########################################
##Orleannais Hundred Years' War Events##
## Created by Lambert Simnel          ##
## Edited by Johnny Canuck            ##
########################################

event = {
	id = 20061
	trigger = {
		vassal   = { country = ENG country = ORL } 
		NOT = {
			war   = { country = FRA country = ORL} 
			}
		OR = {
			event = 20008 #France threw off English rule#
			event = 3588 #a french minor became france#
			event = 3589
			event = 3590
			event = 3591
			event = 3592
			event = 3593
			event = 3594
			event = 3601
			event = 3604
			event = 3606
			event = 20100
			}
			owned = {
					province = 385
					data = FRA
				}
		}
	random = no
	country = ORL
	name = "EVENTNAME20055"
	desc = "EVENTHIST20055"
	style = 1
	date = { day = 1 month = january year = 1419 }
	offset = 60
	deathdate = { day = 13 month = july year = 1789 }


	action_a ={				#France#
		name = "ACTIONNAME20055A"
		command = { type = trigger   which = 20062 }
 		command = { type = relation which = ENG value = -200 } 
		command = { type = breakvassal which = ENG } 
		command = { type = stability   value = 3 } 
		}
	action_b ={				#England#
		name = "ACTIONNAME20055B"
		command = { type = relation which = ENG value = 50 } 
		command = { type = relation which = FRA value = -100 }
		command = { type = stability   value = -1 } 
		}
	action_c ={				#neither#
		name = "ACTIONNAME20055C"
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = breakvassal which = ENG }  
		}
}


